[XEND] Minor syntax change
authoratse@norwich.uk.xensource.com <atse@norwich.uk.xensource.com>
Fri, 14 Jul 2006 10:49:24 +0000 (11:49 +0100)
committeratse@norwich.uk.xensource.com <atse@norwich.uk.xensource.com>
Fri, 14 Jul 2006 10:49:24 +0000 (11:49 +0100)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/server/SrvDaemon.py

index b02d226b22d403d21e26c1b62ab7ef911bb1d923..3f3a90d15ac0b509ffeb3ba1f800c257ee048077 100644 (file)
@@ -136,7 +136,7 @@ class Daemon:
         if not XEND_DAEMONIZE:
             self.tracing(trace)
             self.run(None)
-            return ret;
+            return ret
         
         # we use a pipe to communicate between the parent and the child process
         # this way we know when the child has actually initialized itself so